home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / elements_204_retry.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  125 b   |  9 lines

  1. on mouseDown
  2.   doButton()
  3.   if the result = 1 then
  4.     clearGlobals()
  5.     initialiseGame()
  6.     go("game board")
  7.   end if
  8. end
  9.